Linux
epub, mobi |eng | 2019-05-30 | Author:Rodolfo Giometti

How to do it... First, let's see a simple example regarding a waitqueue used to wait for the "data is greater then 5" event. Waitqueues The following is the main ...
( Category: Device Drivers February 27,2020 )
epub |eng | 2008-07-14 | Author:Raymond, Eric [Eric S. Raymond]

The “Information Wants to be Free” Myth There is another myth, equal and opposite to the factory-model delusion, which often confuses peoples' thinking about the economics of open-source software. It ...
( Category: Linux February 26,2020 )
epub |eng | 2019-12-30 | Author:Christine Bresnahan & Richard Blum

Whether you use basic or extended regular expressions depends on which form the program supports. For programs such as grep that support both, you can use either; which you choose ...
( Category: Linux February 26,2020 )
epub |eng | 2019-12-26 | Author:Yuri Diogenes, Erdal Ozkaya

( Category: Network Security January 3,2020 )
mobi |eng | 2019-12-26 | Author:Erdal Ozkaya Yuri Diogenes [Yuri Diogenes, Erdal Ozkaya]

( Category: Network Security January 2,2020 )
epub |eng | 2019-12-01 | Author:Mining, Ethem [Mining, Ethem]

You can check quite simply whether you have an SSH client already installed through the following process: Load up an SSH terminal. You can do this by searching for “terminal” ...
( Category: Operating Systems Theory December 18,2019 )
epub |eng | 2019-12-02 | Author:Booth, Travis [Booth, Travis]

TCP / IP The TCP / IP (Transmission Control Protocol / Internet Protocol) communications protocol allows the location and communication of all types of machines connected to the Internet. TCP ...
( Category: Hacking December 17,2019 )
epub, mobi, pdf |eng | 2019-11-29 | Author:Dennis Andriesse

Running the Gadget Finder The command line interface for the gadget finder is the same as for the disassembly tools. Listing 8-12 shows what the output should look like. Listing ...
( Category: Testing November 30,2019 )
epub, mobi, pdf |eng | 2019-11-29 | Author:OccupyTheWeb

Summary Linux has a number of commands to enable you to combine and compress your files for easier transfer. For combining files, tar is the command of choice, and you ...
( Category: Hacking November 30,2019 )
epub, mobi |eng | 2016-11-02 | Author:Mitnick, Gary

Under System, under the Acceleration tab, all of the options should be checked (These might be grayed out if you did not turn on virtualization on in your BIOS) Bridge ...
( Category: Software Development March 22,2017 )
mobi, azw3, pdf |eng | 2017-01-01 | Author:Giulio D'Agostino

If you see any error at this stage move to the bottom of the page for troubleshooting tips. The -wep makes it clear to wifite that you want to hack ...
( Category: Networking & System Administration February 25,2017 )
mobi, epub |eng | 2016-05-31 | Author:Derek Molloy

I2C AND WIRINGPi The wiringPi library that is installed in Chapter 6 has a library of C functions for interacting with I2C bus devices. This short code example reads the ...
( Category: Programming June 27,2016 )
epub |eng | 2016-04-09 | Author:Lucas, Michael W & Jude, Allan

SSDs Solid state disks, or SSDs, are significantly different than regular spinning drives, and require tuning utterly different from traditional disks. For one thing, they’re not even disks. For a ...
( Category: Networking & System Administration June 26,2016 )
epub |eng | 2016-04-06 | Author:David Sklar

Example 9-7. Opening a file on Windows $fh = fopen('c:/windows/system32/settings.txt','rb'); Because backslashes have a special meaning (escaping, which you saw in “Defining Text Strings”) inside strings, it’s easier to use ...
( Category: Software Development May 22,2016 )